home *** CD-ROM | disk | FTP | other *** search
- object formNNTP_R: TformNNTP_R
- Left = 215
- Top = 188
- Width = 435
- Height = 300
- Caption = 'POP3'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 8
- Width = 67
- Height = 13
- Caption = 'Host Name:'
- end
- object Label2: TLabel
- Left = 9
- Top = 32
- Width = 68
- Height = 13
- Caption = 'Newsgroup:'
- end
- object lablStatus: TLabel
- Left = 33
- Top = 60
- Width = 220
- Height = 13
- AutoSize = False
- end
- object editHost: TEdit
- Left = 81
- Top = 4
- Width = 228
- Height = 20
- TabOrder = 0
- end
- object butnRetrieve: TButton
- Left = 272
- Top = 80
- Width = 142
- Height = 21
- Caption = '&Retrieve 1st Message'
- TabOrder = 1
- OnClick = butnRetrieveClick
- end
- object memoMessage: TMemo
- Left = 1
- Top = 104
- Width = 420
- Height = 165
- TabOrder = 2
- end
- object editNG: TEdit
- Left = 81
- Top = 28
- Width = 228
- Height = 20
- TabOrder = 3
- Text = 'alt.test'
- end
- object nntp: TPBE_sNNTP
- OnStatus = nntpStatus
- Port = 119
- Version = '2.001B'
- Left = 331
- Top = 6
- end
- end
-